All Questions
4 questions
4votes
3answers
663views
Functional programming FizzBuzz
I tried to code the fizzbuzz program following the functional programming rules in javascript. Please check my code and give feedback. thank you. ...
2votes
3answers
450views
Functional / Declarative FizzBuzz
I spent some time today trying to write FizzBuzz in a functional/declarative style. I thought it would be a good chance to get some feedback on it since I've been doing functional programming for ...
4votes
2answers
223views
FizzBuzz functional implementation
I was playing around with ES6 arrow functions, currying and partial application and I decided to try a functional implementation of the FizzBuzz problem: ...
11votes
2answers
660views
FizzBuzz in JavaScript using Ramda
Just getting up to speed in Ramda, I have implemented this: ...